projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd0ead
)
* lisp/progmodes/xref.el: require semantic/symref during compilation.
author
Stephen Leake
<stephen_leake@stephe-leake.org>
Fri, 6 Nov 2015 03:14:45 +0000
(
05:14
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 6 Nov 2015 03:15:56 +0000
(
05:15
+0200)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 329bd9d14625301a146f7e675206c6416f611537..a222533936c208ac617c581c070c21654a3a54a9 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-56,6
+56,9
@@
(require 'pcase)
(require 'project)
+(eval-when-compile
+ (require 'semantic/symref)) ;; for hit-lines slot
+
(defgroup xref nil "Cross-referencing commands"
:group 'tools)